Html Css Color HEX #67AFF6 Maya Blue

📋 copy color: '#67AFF6'

red 103 ◦ green 175 ◦ blue 246

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

Shades of Maya Blue #67AFF6

Tints of Maya Blue #67AFF6

RGB

 RED value IS 103 (40.63% from 255) = 19.66%

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

 BLUE value IS 246 (96.48% from 255) = 46.95%

R = 19.66%
G = 33.4%
B = 46.95%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#67AFF6 (or 0x67AFF6) is known color: Maya Blue. HEX triplet: 67, AF and F6. RGB value is (103,175,246). Sum of RGB (Red+Green+Blue) = 103+175+246=524 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.66% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #67AFF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AFF6 is #985009. Grayscale: #A1A1A1. Windows color (decimal): -9981962 or 16166759. OLE color: 16166759.

HSL color Cylindrical-coordinate representation of color #67AFF6: hue angle of 209.79º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67AFF6 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 103 175 246 -
CMYK 0.58 0.29 0 0.04
HSL 209.79º 0.89% 0.68% -
HSV(B) 209.79º 0.58% 0.96% -
XYZ 37.56 40.2 92.97 -
YUV 161.57 175.65 86.23 -
System Red Green Blue C M Y K H S L
Decimal 103 175 246 0.58 0.29 0 0.04 209.79 0.89 0.68
Hex 67 AF F6 3A 1D 0 4 D2 59 44
Octal 147 257 366 72 35 0 4 322 131 104
Binary 1100111 10101111 11110110 111010 11101 0 100 11010010 1011001 1000100

Color Harmonies of #67AFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AFF6

Black with #67AFF6

Text Example


Text Example

White with #67AFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67AFF6; }

 p { color: rgb(103,175,246); }

 H1.HeaderClassName
 {
   color: #67AFF6;
 }
 .AnyTagClassName
 {
   color: #67AFF6;
 }
</style>

background-color css

<style>
 a { background-color: #67AFF6; }

 a { background-color: rgb(103,175,246); }

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

border-color css

<style>
 span { border-color: #67AFF6; }

 span { border-color: rgb(103,175,246); }

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