Html Css Color HEX #6FBFE0 Malibu

📋 copy color: '#6FBFE0'

red 111 ◦ green 191 ◦ blue 224

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

Shades of Malibu #6FBFE0

Tints of Malibu #6FBFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.59%

R = 21.1%
G = 36.31%
B = 42.59%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6FBFE0 (or 0x6FBFE0) is known color: Malibu. HEX triplet: 6F, BF and E0. RGB value is (111,191,224). Sum of RGB (Red+Green+Blue) = 111+191+224=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #6FBFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFE0 is #90401F. Grayscale: #AAAAAA. Windows color (decimal): -9453600 or 14729071. OLE color: 14729071.

HSL color Cylindrical-coordinate representation of color #6FBFE0: hue angle of 197.52º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBFE0 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 111 191 224 -
CMYK 0.50 0.15 0 0.12
HSL 197.52º 0.65% 0.66% -
HSV(B) 197.52º 0.5% 0.88% -
XYZ 38.64 46.02 77.37 -
YUV 170.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 111 191 224 0.50 0.15 0 0.12 197.52 0.65 0.66
Hex 6F BF E0 32 F 0 C C6 41 42
Octal 157 277 340 62 17 0 14 306 101 102
Binary 1101111 10111111 11100000 110010 1111 0 1100 11000110 1000001 1000010

Color Harmonies of #6FBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBFE0

Black with #6FBFE0

Text Example


Text Example

White with #6FBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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