Html Css Color HEX #6BBFDD Malibu

📋 copy color: '#6BBFDD'

red 107 ◦ green 191 ◦ blue 221

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

Shades of Malibu #6BBFDD

Tints of Malibu #6BBFDD

RGB

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

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

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

R = 20.62%
G = 36.8%
B = 42.58%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BBFDD (or 0x6BBFDD) is known color: Malibu. HEX triplet: 6B, BF and DD. RGB value is (107,191,221). Sum of RGB (Red+Green+Blue) = 107+191+221=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFDD is #944022. Grayscale: #A9A9A9. Windows color (decimal): -9715747 or 14532459. OLE color: 14532459.

HSL color Cylindrical-coordinate representation of color #6BBFDD: hue angle of 195.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BBFDD is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 191 221 -
CMYK 0.52 0.14 0 0.13
HSL 195.79º 0.63% 0.64% -
HSV(B) 195.79º 0.52% 0.87% -
XYZ 37.75 45.61 75.22 -
YUV 169.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 107 191 221 0.52 0.14 0 0.13 195.79 0.63 0.64
Hex 6B BF DD 34 E 0 D C4 3F 40
Octal 153 277 335 64 16 0 15 304 77 100
Binary 1101011 10111111 11011101 110100 1110 0 1101 11000100 111111 1000000

Color Harmonies of #6BBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBFDD

Black with #6BBFDD

Text Example


Text Example

White with #6BBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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