Html Css Color HEX #6FBFE8 Malibu

📋 copy color: '#6FBFE8'

red 111 ◦ green 191 ◦ blue 232

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

Shades of Malibu #6FBFE8

Tints of Malibu #6FBFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.45%

R = 20.79%
G = 35.77%
B = 43.45%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6FBFE8 (or 0x6FBFE8) is known color: Malibu. HEX triplet: 6F, BF and E8. RGB value is (111,191,232). Sum of RGB (Red+Green+Blue) = 111+191+232=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #6FBFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBFE8 is #904017. Grayscale: #ABABAB. Windows color (decimal): -9453592 or 15253359. OLE color: 15253359.

HSL color Cylindrical-coordinate representation of color #6FBFE8: hue angle of 200.33º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FBFE8 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 111 191 232 -
CMYK 0.52 0.18 0 0.09
HSL 200.33º 0.72% 0.67% -
HSV(B) 200.33º 0.52% 0.91% -
XYZ 39.75 46.47 83.22 -
YUV 171.75 162 84.67 -
System Red Green Blue C M Y K H S L
Decimal 111 191 232 0.52 0.18 0 0.09 200.33 0.72 0.67
Hex 6F BF E8 34 12 0 9 C8 48 43
Octal 157 277 350 64 22 0 11 310 110 103
Binary 1101111 10111111 11101000 110100 10010 0 1001 11001000 1001000 1000011

Color Harmonies of #6FBFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBFE8

Black with #6FBFE8

Text Example


Text Example

White with #6FBFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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