Html Css Color HEX #6FB5EA Malibu

📋 copy color: '#6FB5EA'

red 111 ◦ green 181 ◦ blue 234

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

Shades of Malibu #6FB5EA

Tints of Malibu #6FB5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.41%

 BLUE value IS 234 (91.8% from 255) = 44.49%

R = 21.1%
G = 34.41%
B = 44.49%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FB5EA (or 0x6FB5EA) is known color: Malibu. HEX triplet: 6F, B5 and EA. RGB value is (111,181,234). Sum of RGB (Red+Green+Blue) = 111+181+234=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FB5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB5EA is #904A15. Grayscale: #A5A5A5. Windows color (decimal): -9456150 or 15381871. OLE color: 15381871.

HSL color Cylindrical-coordinate representation of color #6FB5EA: hue angle of 205.85º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FB5EA is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 181 234 -
CMYK 0.53 0.23 0 0.08
HSL 205.85º 0.75% 0.68% -
HSV(B) 205.85º 0.53% 0.92% -
XYZ 37.93 42.37 84.02 -
YUV 166.11 166.31 88.69 -
System Red Green Blue C M Y K H S L
Decimal 111 181 234 0.53 0.23 0 0.08 205.85 0.75 0.68
Hex 6F B5 EA 35 17 0 8 CE 4B 44
Octal 157 265 352 65 27 0 10 316 113 104
Binary 1101111 10110101 11101010 110101 10111 0 1000 11001110 1001011 1000100

Color Harmonies of #6FB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB5EA

Black with #6FB5EA

Text Example


Text Example

White with #6FB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,181,234); }

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

background-color css

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

 a { background-color: rgb(111,181,234); }

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

border-color css

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

 span { border-color: rgb(111,181,234); }

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