Html Css Color HEX #6CBAFE Maya Blue

📋 copy color: '#6CBAFE'

red 108 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #6CBAFE

Tints of Maya Blue #6CBAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.94%

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 19.71%
G = 33.94%
B = 46.35%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6CBAFE (or 0x6CBAFE) is known color: Maya Blue. HEX triplet: 6C, BA and FE. RGB value is (108,186,254). Sum of RGB (Red+Green+Blue) = 108+186+254=548 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.71% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #6CBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBAFE is #934501. Grayscale: #AAAAAA. Windows color (decimal): -9651458 or 16693868. OLE color: 16693868.

HSL color Cylindrical-coordinate representation of color #6CBAFE: hue angle of 207.95º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CBAFE is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 108 186 254 -
CMYK 0.57 0.27 0 0.00
HSL 207.95º 0.99% 0.71% -
HSV(B) 207.95º 0.57% 1% -
XYZ 41.63 45.46 100.35 -
YUV 170.43 175.16 83.47 -
System Red Green Blue C M Y K H S L
Decimal 108 186 254 0.57 0.27 0 0.00 207.95 0.99 0.71
Hex 6C BA FE 39 1B 0 0 D0 63 47
Octal 154 272 376 71 33 0 0 320 143 107
Binary 1101100 10111010 11111110 111001 11011 0 0 11010000 1100011 1000111

Color Harmonies of #6CBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBAFE

Black with #6CBAFE

Text Example


Text Example

White with #6CBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,186,254); }

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

background-color css

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

 a { background-color: rgb(108,186,254); }

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

border-color css

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

 span { border-color: rgb(108,186,254); }

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