Html Css Color HEX #68BFF6 Maya Blue

📋 copy color: '#68BFF6'

red 104 ◦ green 191 ◦ blue 246

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

Shades of Maya Blue #68BFF6

Tints of Maya Blue #68BFF6

RGB

 RED value IS 104 (41.02% from 255) = 19.22%

 GREEN value IS 191 (75% from 255) = 35.3%

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

R = 19.22%
G = 35.3%
B = 45.47%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68BFF6 (or 0x68BFF6) is known color: Maya Blue. HEX triplet: 68, BF and F6. RGB value is (104,191,246). Sum of RGB (Red+Green+Blue) = 104+191+246=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #68BFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BFF6 is #974009. Grayscale: #AAAAAA. Windows color (decimal): -9912330 or 16170856. OLE color: 16170856.

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

Color convert

RGB 104 191 246 -
CMYK 0.58 0.22 0 0.04
HSL 203.24º 0.89% 0.69% -
HSV(B) 203.24º 0.58% 0.96% -
XYZ 40.97 46.86 94.07 -
YUV 171.26 170.18 80.03 -
System Red Green Blue C M Y K H S L
Decimal 104 191 246 0.58 0.22 0 0.04 203.24 0.89 0.69
Hex 68 BF F6 3A 16 0 4 CB 59 45
Octal 150 277 366 72 26 0 4 313 131 105
Binary 1101000 10111111 11110110 111010 10110 0 100 11001011 1011001 1000101

Color Harmonies of #68BFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFF6

Black with #68BFF6

Text Example


Text Example

White with #68BFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68BFF6; }

 p { color: rgb(104,191,246); }

 H1.HeaderClassName
 {
   color: #68BFF6;
 }
 .AnyTagClassName
 {
   color: #68BFF6;
 }
</style>

background-color css

<style>
 a { background-color: #68BFF6; }

 a { background-color: rgb(104,191,246); }

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

border-color css

<style>
 span { border-color: #68BFF6; }

 span { border-color: rgb(104,191,246); }

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