Html Css Color HEX #6DB2DE Malibu

📋 copy color: '#6DB2DE'

red 109 ◦ green 178 ◦ blue 222

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

Shades of Malibu #6DB2DE

Tints of Malibu #6DB2DE

RGB

 RED value IS 109 (42.97% from 255) = 21.41%

 GREEN value IS 178 (69.92% from 255) = 34.97%

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 21.41%
G = 34.97%
B = 43.61%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DB2DE (or 0x6DB2DE) is known color: Malibu. HEX triplet: 6D, B2 and DE. RGB value is (109,178,222). Sum of RGB (Red+Green+Blue) = 109+178+222=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DB2DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB2DE is #924D21. Grayscale: #A2A2A2. Windows color (decimal): -9588002 or 14594669. OLE color: 14594669.

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

Color convert

RGB 109 178 222 -
CMYK 0.51 0.20 0 0.13
HSL 203.36º 0.63% 0.65% -
HSV(B) 203.36º 0.51% 0.87% -
XYZ 35.41 40.37 75.03 -
YUV 162.39 161.64 89.92 -
System Red Green Blue C M Y K H S L
Decimal 109 178 222 0.51 0.20 0 0.13 203.36 0.63 0.65
Hex 6D B2 DE 33 14 0 D CB 3F 41
Octal 155 262 336 63 24 0 15 313 77 101
Binary 1101101 10110010 11011110 110011 10100 0 1101 11001011 111111 1000001

Color Harmonies of #6DB2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB2DE

Black with #6DB2DE

Text Example


Text Example

White with #6DB2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,178,222); }

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

background-color css

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

 a { background-color: rgb(109,178,222); }

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

border-color css

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

 span { border-color: rgb(109,178,222); }

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