Html Css Color HEX #6CBAFF Maya Blue

📋 copy color: '#6CBAFF'

red 108 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #6CBAFF

Tints of Maya Blue #6CBAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.45%

R = 19.67%
G = 33.88%
B = 46.45%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6CBAFF (or 0x6CBAFF) is known color: Maya Blue. HEX triplet: 6C, BA and FF. RGB value is (108,186,255). Sum of RGB (Red+Green+Blue) = 108+186+255=549 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.67% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBAFF is #934500. Grayscale: #AAAAAA. Windows color (decimal): -9651457 or 16759404. OLE color: 16759404.

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

Color convert

RGB 108 186 255 -
CMYK 0.58 0.27 0 0
HSL 208.16º 1% 0.71% -
HSV(B) 208.16º 0.58% 1% -
XYZ 41.79 45.53 101.19 -
YUV 170.54 175.66 83.39 -
System Red Green Blue C M Y K H S L
Decimal 108 186 255 0.58 0.27 0 0 208.16 1 0.71
Hex 6C BA FF 3A 1B 0 0 D0 64 47
Octal 154 272 377 72 33 0 0 320 144 107
Binary 1101100 10111010 11111111 111010 11011 0 0 11010000 1100100 1000111

Color Harmonies of #6CBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBAFF

Black with #6CBAFF

Text Example


Text Example

White with #6CBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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