Html Css Color HEX #6FAFDD Malibu

📋 copy color: '#6FAFDD'

red 111 ◦ green 175 ◦ blue 221

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

Shades of Malibu #6FAFDD

Tints of Malibu #6FAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 21.89%
G = 34.52%
B = 43.59%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FAFDD (or 0x6FAFDD) is known color: Malibu. HEX triplet: 6F, AF and DD. RGB value is (111,175,221). Sum of RGB (Red+Green+Blue) = 111+175+221=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFDD is #905022. Grayscale: #A0A0A0. Windows color (decimal): -9457699 or 14528367. OLE color: 14528367.

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

Color convert

RGB 111 175 221 -
CMYK 0.50 0.21 0 0.13
HSL 205.09º 0.62% 0.65% -
HSV(B) 205.09º 0.5% 0.87% -
XYZ 34.94 39.26 74.14 -
YUV 161.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 111 175 221 0.50 0.21 0 0.13 205.09 0.62 0.65
Hex 6F AF DD 32 15 0 D CD 3E 41
Octal 157 257 335 62 25 0 15 315 76 101
Binary 1101111 10101111 11011101 110010 10101 0 1101 11001101 111110 1000001

Color Harmonies of #6FAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFDD

Black with #6FAFDD

Text Example


Text Example

White with #6FAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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