Html Css Color HEX #6CB0DF Malibu

📋 copy color: '#6CB0DF'

red 108 ◦ green 176 ◦ blue 223

#6CB0DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #6CB0DF

Tints of Malibu #6CB0DF

RGB

 RED value IS 108 (42.58% from 255) = 21.3%

 GREEN value IS 176 (69.14% from 255) = 34.71%

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 21.3%
G = 34.71%
B = 43.98%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6CB0DF (or 0x6CB0DF) is known color: Malibu. HEX triplet: 6C, B0 and DF. RGB value is (108,176,223). Sum of RGB (Red+Green+Blue) = 108+176+223=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CB0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB0DF is #934F20. Grayscale: #A0A0A0. Windows color (decimal): -9654049 or 14659692. OLE color: 14659692.

HSL color Cylindrical-coordinate representation of color #6CB0DF: hue angle of 204.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CB0DF is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 176 223 -
CMYK 0.52 0.21 0 0.13
HSL 204.52º 0.64% 0.65% -
HSV(B) 204.52º 0.52% 0.87% -
XYZ 35.03 39.57 75.6 -
YUV 161.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 108 176 223 0.52 0.21 0 0.13 204.52 0.64 0.65
Hex 6C B0 DF 34 15 0 D CD 40 41
Octal 154 260 337 64 25 0 15 315 100 101
Binary 1101100 10110000 11011111 110100 10101 0 1101 11001101 1000000 1000001

Color Harmonies of #6CB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB0DF

Black with #6CB0DF

Text Example


Text Example

White with #6CB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CB0DF; }

 p { color: rgb(108,176,223); }

 H1.HeaderClassName
 {
   color: #6CB0DF;
 }
 .AnyTagClassName
 {
   color: #6CB0DF;
 }
</style>

background-color css

<style>
 a { background-color: #6CB0DF; }

 a { background-color: rgb(108,176,223); }

 div.DivClassName
 {
   background-color: #6CB0DF;
 }
 .BgClassName
 {
   background-color: #6CB0DF;
 }
</style>

border-color css

<style>
 span { border-color: #6CB0DF; }

 span { border-color: rgb(108,176,223); }

 td.TdClassName
 {
   border-color: #6CB0DF;
 }
 .TagClassName
 {
   border-color: #6CB0DF;
 }
</style>