Html Css Color HEX #6FB5DD Malibu

📋 copy color: '#6FB5DD'

red 111 ◦ green 181 ◦ blue 221

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

Shades of Malibu #6FB5DD

Tints of Malibu #6FB5DD

RGB

 RED value IS 111 (43.75% from 255) = 21.64%

 GREEN value IS 181 (71.09% from 255) = 35.28%

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 21.64%
G = 35.28%
B = 43.08%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FB5DD (or 0x6FB5DD) is known color: Malibu. HEX triplet: 6F, B5 and DD. RGB value is (111,181,221). Sum of RGB (Red+Green+Blue) = 111+181+221=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FB5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB5DD is #904A22. Grayscale: #A4A4A4. Windows color (decimal): -9456163 or 14529903. OLE color: 14529903.

HSL color Cylindrical-coordinate representation of color #6FB5DD: hue angle of 201.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FB5DD is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 181 221 -
CMYK 0.50 0.18 0 0.13
HSL 201.82º 0.62% 0.65% -
HSV(B) 201.82º 0.5% 0.87% -
XYZ 36.13 41.65 74.54 -
YUV 164.63 159.81 89.75 -
System Red Green Blue C M Y K H S L
Decimal 111 181 221 0.50 0.18 0 0.13 201.82 0.62 0.65
Hex 6F B5 DD 32 12 0 D CA 3E 41
Octal 157 265 335 62 22 0 15 312 76 101
Binary 1101111 10110101 11011101 110010 10010 0 1101 11001010 111110 1000001

Color Harmonies of #6FB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB5DD

Black with #6FB5DD

Text Example


Text Example

White with #6FB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,181,221); }

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

background-color css

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

 a { background-color: rgb(111,181,221); }

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

border-color css

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

 span { border-color: rgb(111,181,221); }

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