Html Css Color HEX #6FB9DD Malibu

📋 copy color: '#6FB9DD'

red 111 ◦ green 185 ◦ blue 221

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

Shades of Malibu #6FB9DD

Tints of Malibu #6FB9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.78%

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

R = 21.47%
G = 35.78%
B = 42.75%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FB9DD (or 0x6FB9DD) is known color: Malibu. HEX triplet: 6F, B9 and DD. RGB value is (111,185,221). Sum of RGB (Red+Green+Blue) = 111+185+221=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FB9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB9DD is #904622. Grayscale: #A6A6A6. Windows color (decimal): -9455139 or 14530927. OLE color: 14530927.

HSL color Cylindrical-coordinate representation of color #6FB9DD: hue angle of 199.64º 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 #6FB9DD is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 185 221 -
CMYK 0.50 0.16 0 0.13
HSL 199.64º 0.62% 0.65% -
HSV(B) 199.64º 0.5% 0.87% -
XYZ 36.96 43.3 74.82 -
YUV 166.98 158.48 88.07 -
System Red Green Blue C M Y K H S L
Decimal 111 185 221 0.50 0.16 0 0.13 199.64 0.62 0.65
Hex 6F B9 DD 32 10 0 D C8 3E 41
Octal 157 271 335 62 20 0 15 310 76 101
Binary 1101111 10111001 11011101 110010 10000 0 1101 11001000 111110 1000001

Color Harmonies of #6FB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB9DD

Black with #6FB9DD

Text Example


Text Example

White with #6FB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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