Html Css Color HEX #6CAFFB Maya Blue

📋 copy color: '#6CAFFB'

red 108 ◦ green 175 ◦ blue 251

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

Shades of Maya Blue #6CAFFB

Tints of Maya Blue #6CAFFB

RGB

 RED value IS 108 (42.58% from 255) = 20.22%

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

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

R = 20.22%
G = 32.77%
B = 47%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6CAFFB (or 0x6CAFFB) is known color: Maya Blue. HEX triplet: 6C, AF and FB. RGB value is (108,175,251). Sum of RGB (Red+Green+Blue) = 108+175+251=534 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.22% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #6CAFFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAFFB is #935004. Grayscale: #A3A3A3. Windows color (decimal): -9654277 or 16494444. OLE color: 16494444.

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

Color convert

RGB 108 175 251 -
CMYK 0.57 0.30 0 0.02
HSL 211.89º 0.95% 0.7% -
HSV(B) 211.89º 0.57% 0.98% -
XYZ 38.93 40.81 97.09 -
YUV 163.63 177.3 88.32 -
System Red Green Blue C M Y K H S L
Decimal 108 175 251 0.57 0.30 0 0.02 211.89 0.95 0.7
Hex 6C AF FB 39 1E 0 2 D4 5F 46
Octal 154 257 373 71 36 0 2 324 137 106
Binary 1101100 10101111 11111011 111001 11110 0 10 11010100 1011111 1000110

Color Harmonies of #6CAFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAFFB

Black with #6CAFFB

Text Example


Text Example

White with #6CAFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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