Html Css Color HEX #6BB9DF Malibu

📋 copy color: '#6BB9DF'

red 107 ◦ green 185 ◦ blue 223

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

Shades of Malibu #6BB9DF

Tints of Malibu #6BB9DF

RGB

 RED value IS 107 (42.19% from 255) = 20.78%

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

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

R = 20.78%
G = 35.92%
B = 43.3%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BB9DF (or 0x6BB9DF) is known color: Malibu. HEX triplet: 6B, B9 and DF. RGB value is (107,185,223). Sum of RGB (Red+Green+Blue) = 107+185+223=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BB9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB9DF is #944620. Grayscale: #A5A5A5. Windows color (decimal): -9717281 or 14661995. OLE color: 14661995.

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

Color convert

RGB 107 185 223 -
CMYK 0.52 0.17 0 0.13
HSL 199.66º 0.64% 0.65% -
HSV(B) 199.66º 0.52% 0.87% -
XYZ 36.73 43.15 76.21 -
YUV 166.01 160.16 85.91 -
System Red Green Blue C M Y K H S L
Decimal 107 185 223 0.52 0.17 0 0.13 199.66 0.64 0.65
Hex 6B B9 DF 34 11 0 D C8 40 41
Octal 153 271 337 64 21 0 15 310 100 101
Binary 1101011 10111001 11011111 110100 10001 0 1101 11001000 1000000 1000001

Color Harmonies of #6BB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB9DF

Black with #6BB9DF

Text Example


Text Example

White with #6BB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,185,223); }

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

background-color css

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

 a { background-color: rgb(107,185,223); }

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

border-color css

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

 span { border-color: rgb(107,185,223); }

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