Html Css Color HEX #6FAFDE Malibu

📋 copy color: '#6FAFDE'

red 111 ◦ green 175 ◦ blue 222

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

Shades of Malibu #6FAFDE

Tints of Malibu #6FAFDE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.45%

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 21.85%
G = 34.45%
B = 43.7%

CMYK

 C value IS 0.5

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FAFDE (or 0x6FAFDE) is known color: Malibu. HEX triplet: 6F, AF and DE. RGB value is (111,175,222). Sum of RGB (Red+Green+Blue) = 111+175+222=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #6FAFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFDE is #905021. Grayscale: #A0A0A0. Windows color (decimal): -9457698 or 14593903. OLE color: 14593903.

HSL color Cylindrical-coordinate representation of color #6FAFDE: hue angle of 205.41º degrees, saturation: 0.63, 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 #6FAFDE is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 175 222 -
CMYK 0.5 0.21 0 0.13
HSL 205.41º 0.63% 0.65% -
HSV(B) 205.41º 0.5% 0.87% -
XYZ 35.07 39.31 74.85 -
YUV 161.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 111 175 222 0.5 0.21 0 0.13 205.41 0.63 0.65
Hex 6F AF DE 32 15 0 D CD 3F 41
Octal 157 257 336 62 25 0 15 315 77 101
Binary 1101111 10101111 11011110 110010 10101 0 1101 11001101 111111 1000001

Color Harmonies of #6FAFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFDE

Black with #6FAFDE

Text Example


Text Example

White with #6FAFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,175,222); }

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

background-color css

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

 a { background-color: rgb(111,175,222); }

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

border-color css

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

 span { border-color: rgb(111,175,222); }

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