Html Css Color HEX #6CAFDB Malibu

📋 copy color: '#6CAFDB'

red 108 ◦ green 175 ◦ blue 219

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

Shades of Malibu #6CAFDB

Tints of Malibu #6CAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.86%

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 21.51%
G = 34.86%
B = 43.63%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CAFDB (or 0x6CAFDB) is known color: Malibu. HEX triplet: 6C, AF and DB. RGB value is (108,175,219). Sum of RGB (Red+Green+Blue) = 108+175+219=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAFDB is #935024. Grayscale: #9F9F9F. Windows color (decimal): -9654309 or 14397292. OLE color: 14397292.

HSL color Cylindrical-coordinate representation of color #6CAFDB: hue angle of 203.78º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CAFDB is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 175 219 -
CMYK 0.51 0.20 0 0.14
HSL 203.78º 0.61% 0.64% -
HSV(B) 203.78º 0.51% 0.86% -
XYZ 34.3 38.96 72.73 -
YUV 159.98 161.3 90.92 -
System Red Green Blue C M Y K H S L
Decimal 108 175 219 0.51 0.20 0 0.14 203.78 0.61 0.64
Hex 6C AF DB 33 14 0 E CC 3D 40
Octal 154 257 333 63 24 0 16 314 75 100
Binary 1101100 10101111 11011011 110011 10100 0 1110 11001100 111101 1000000

Color Harmonies of #6CAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAFDB

Black with #6CAFDB

Text Example


Text Example

White with #6CAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,175,219); }

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

background-color css

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

 a { background-color: rgb(108,175,219); }

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

border-color css

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

 span { border-color: rgb(108,175,219); }

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