Html Css Color HEX #6BAFD6 Malibu

📋 copy color: '#6BAFD6'

red 107 ◦ green 175 ◦ blue 214

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

Shades of Malibu #6BAFD6

Tints of Malibu #6BAFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.15%

R = 21.57%
G = 35.28%
B = 43.15%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6BAFD6 (or 0x6BAFD6) is known color: Malibu. HEX triplet: 6B, AF and D6. RGB value is (107,175,214). Sum of RGB (Red+Green+Blue) = 107+175+214=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #6BAFD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFD6 is #945029. Grayscale: #9E9E9E. Windows color (decimal): -9719850 or 14069611. OLE color: 14069611.

HSL color Cylindrical-coordinate representation of color #6BAFD6: hue angle of 201.87º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BAFD6 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 175 214 -
CMYK 0.50 0.18 0 0.16
HSL 201.87º 0.57% 0.63% -
HSV(B) 201.87º 0.5% 0.84% -
XYZ 33.53 38.64 69.31 -
YUV 159.11 158.97 90.83 -
System Red Green Blue C M Y K H S L
Decimal 107 175 214 0.50 0.18 0 0.16 201.87 0.57 0.63
Hex 6B AF D6 32 12 0 10 CA 39 3F
Octal 153 257 326 62 22 0 20 312 71 77
Binary 1101011 10101111 11010110 110010 10010 0 10000 11001010 111001 111111

Color Harmonies of #6BAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFD6

Black with #6BAFD6

Text Example


Text Example

White with #6BAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,175,214); }

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

background-color css

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

 a { background-color: rgb(107,175,214); }

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

border-color css

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

 span { border-color: rgb(107,175,214); }

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