Html Css Color HEX #6FBFDF Malibu

📋 copy color: '#6FBFDF'

red 111 ◦ green 191 ◦ blue 223

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

Shades of Malibu #6FBFDF

Tints of Malibu #6FBFDF

RGB

 RED value IS 111 (43.75% from 255) = 21.14%

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

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

R = 21.14%
G = 36.38%
B = 42.48%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FBFDF (or 0x6FBFDF) is known color: Malibu. HEX triplet: 6F, BF and DF. RGB value is (111,191,223). Sum of RGB (Red+Green+Blue) = 111+191+223=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FBFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFDF is #904020. Grayscale: #AAAAAA. Windows color (decimal): -9453601 or 14663535. OLE color: 14663535.

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

Color convert

RGB 111 191 223 -
CMYK 0.50 0.14 0 0.13
HSL 197.14º 0.64% 0.65% -
HSV(B) 197.14º 0.5% 0.87% -
XYZ 38.51 45.97 76.66 -
YUV 170.73 157.5 85.4 -
System Red Green Blue C M Y K H S L
Decimal 111 191 223 0.50 0.14 0 0.13 197.14 0.64 0.65
Hex 6F BF DF 32 E 0 D C5 40 41
Octal 157 277 337 62 16 0 15 305 100 101
Binary 1101111 10111111 11011111 110010 1110 0 1101 11000101 1000000 1000001

Color Harmonies of #6FBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBFDF

Black with #6FBFDF

Text Example


Text Example

White with #6FBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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