Html Css Color HEX #6FAFDF Malibu

📋 copy color: '#6FAFDF'

red 111 ◦ green 175 ◦ blue 223

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

Shades of Malibu #6FAFDF

Tints of Malibu #6FAFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 21.81%
G = 34.38%
B = 43.81%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FAFDF (or 0x6FAFDF) is known color: Malibu. HEX triplet: 6F, AF and DF. RGB value is (111,175,223). Sum of RGB (Red+Green+Blue) = 111+175+223=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FAFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFDF is #905020. Grayscale: #A1A1A1. Windows color (decimal): -9457697 or 14659439. OLE color: 14659439.

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

Color convert

RGB 111 175 223 -
CMYK 0.50 0.22 0 0.13
HSL 205.71º 0.64% 0.65% -
HSV(B) 205.71º 0.5% 0.87% -
XYZ 35.2 39.37 75.56 -
YUV 161.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 111 175 223 0.50 0.22 0 0.13 205.71 0.64 0.65
Hex 6F AF DF 32 16 0 D CE 40 41
Octal 157 257 337 62 26 0 15 316 100 101
Binary 1101111 10101111 11011111 110010 10110 0 1101 11001110 1000000 1000001

Color Harmonies of #6FAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFDF

Black with #6FAFDF

Text Example


Text Example

White with #6FAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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