Html Css Color HEX #6FAFFB Maya Blue

📋 copy color: '#6FAFFB'

red 111 ◦ green 175 ◦ blue 251

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

Shades of Maya Blue #6FAFFB

Tints of Maya Blue #6FAFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.74%

R = 20.67%
G = 32.59%
B = 46.74%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FAFFB (or 0x6FAFFB) is known color: Maya Blue. HEX triplet: 6F, AF and FB. RGB value is (111,175,251). Sum of RGB (Red+Green+Blue) = 111+175+251=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #6FAFFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAFFB is #905004. Grayscale: #A4A4A4. Windows color (decimal): -9457669 or 16494447. OLE color: 16494447.

HSL color Cylindrical-coordinate representation of color #6FAFFB: hue angle of 212.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FAFFB is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 175 251 -
CMYK 0.56 0.30 0 0.02
HSL 212.57º 0.95% 0.71% -
HSV(B) 212.57º 0.56% 0.98% -
XYZ 39.3 41 97.11 -
YUV 164.53 176.8 89.82 -
System Red Green Blue C M Y K H S L
Decimal 111 175 251 0.56 0.30 0 0.02 212.57 0.95 0.71
Hex 6F AF FB 38 1E 0 2 D5 5F 47
Octal 157 257 373 70 36 0 2 325 137 107
Binary 1101111 10101111 11111011 111000 11110 0 10 11010101 1011111 1000111

Color Harmonies of #6FAFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFFB

Black with #6FAFFB

Text Example


Text Example

White with #6FAFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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