Html Css Color HEX #6BBFDF Malibu

📋 copy color: '#6BBFDF'

red 107 ◦ green 191 ◦ blue 223

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

Shades of Malibu #6BBFDF

Tints of Malibu #6BBFDF

RGB

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

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

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

R = 20.54%
G = 36.66%
B = 42.8%

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

#6BBFDF (or 0x6BBFDF) is known color: Malibu. HEX triplet: 6B, BF and DF. RGB value is (107,191,223). Sum of RGB (Red+Green+Blue) = 107+191+223=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BBFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFDF is #944020. Grayscale: #A9A9A9. Windows color (decimal): -9715745 or 14663531. OLE color: 14663531.

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

Color convert

RGB 107 191 223 -
CMYK 0.52 0.14 0 0.13
HSL 196.55º 0.64% 0.65% -
HSV(B) 196.55º 0.52% 0.87% -
XYZ 38.01 45.72 76.63 -
YUV 169.53 158.17 83.4 -
System Red Green Blue C M Y K H S L
Decimal 107 191 223 0.52 0.14 0 0.13 196.55 0.64 0.65
Hex 6B BF DF 34 E 0 D C5 40 41
Octal 153 277 337 64 16 0 15 305 100 101
Binary 1101011 10111111 11011111 110100 1110 0 1101 11000101 1000000 1000001

Color Harmonies of #6BBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBFDF

Black with #6BBFDF

Text Example


Text Example

White with #6BBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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