Html Css Color HEX #6BBFD9 Malibu

📋 copy color: '#6BBFD9'

red 107 ◦ green 191 ◦ blue 217

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

Shades of Malibu #6BBFD9

Tints of Malibu #6BBFD9

RGB

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

 GREEN value IS 191 (75% from 255) = 37.09%

 BLUE value IS 217 (85.16% from 255) = 42.14%

R = 20.78%
G = 37.09%
B = 42.14%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6BBFD9 (or 0x6BBFD9) is known color: Malibu. HEX triplet: 6B, BF and D9. RGB value is (107,191,217). Sum of RGB (Red+Green+Blue) = 107+191+217=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #6BBFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFD9 is #944026. Grayscale: #A8A8A8. Windows color (decimal): -9715751 or 14270315. OLE color: 14270315.

HSL color Cylindrical-coordinate representation of color #6BBFD9: hue angle of 194.18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BBFD9 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 191 217 -
CMYK 0.51 0.12 0 0.15
HSL 194.18º 0.59% 0.64% -
HSV(B) 194.18º 0.51% 0.85% -
XYZ 37.22 45.4 72.45 -
YUV 168.85 155.17 83.89 -
System Red Green Blue C M Y K H S L
Decimal 107 191 217 0.51 0.12 0 0.15 194.18 0.59 0.64
Hex 6B BF D9 33 C 0 F C2 3B 40
Octal 153 277 331 63 14 0 17 302 73 100
Binary 1101011 10111111 11011001 110011 1100 0 1111 11000010 111011 1000000

Color Harmonies of #6BBFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBFD9

Black with #6BBFD9

Text Example


Text Example

White with #6BBFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,191,217); }

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

background-color css

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

 a { background-color: rgb(107,191,217); }

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

border-color css

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

 span { border-color: rgb(107,191,217); }

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