Html Css Color HEX #6FAFDC Malibu

📋 copy color: '#6FAFDC'

red 111 ◦ green 175 ◦ blue 220

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

Shades of Malibu #6FAFDC

Tints of Malibu #6FAFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 21.94%
G = 34.58%
B = 43.48%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FAFDC (or 0x6FAFDC) is known color: Malibu. HEX triplet: 6F, AF and DC. RGB value is (111,175,220). Sum of RGB (Red+Green+Blue) = 111+175+220=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFDC is #905023. Grayscale: #A0A0A0. Windows color (decimal): -9457700 or 14462831. OLE color: 14462831.

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

Color convert

RGB 111 175 220 -
CMYK 0.50 0.20 0 0.14
HSL 204.77º 0.61% 0.65% -
HSV(B) 204.77º 0.5% 0.86% -
XYZ 34.8 39.21 73.44 -
YUV 160.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 111 175 220 0.50 0.20 0 0.14 204.77 0.61 0.65
Hex 6F AF DC 32 14 0 E CD 3D 41
Octal 157 257 334 62 24 0 16 315 75 101
Binary 1101111 10101111 11011100 110010 10100 0 1110 11001101 111101 1000001

Color Harmonies of #6FAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFDC

Black with #6FAFDC

Text Example


Text Example

White with #6FAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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