Html Css Color HEX #6CBBF2 Maya Blue

📋 copy color: '#6CBBF2'

red 108 ◦ green 187 ◦ blue 242

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

Shades of Maya Blue #6CBBF2

Tints of Maya Blue #6CBBF2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.82%

 BLUE value IS 242 (94.92% from 255) = 45.07%

R = 20.11%
G = 34.82%
B = 45.07%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6CBBF2 (or 0x6CBBF2) is known color: Maya Blue. HEX triplet: 6C, BB and F2. RGB value is (108,187,242). Sum of RGB (Red+Green+Blue) = 108+187+242=537 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.11% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #6CBBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBBF2 is #93440D. Grayscale: #A9A9A9. Windows color (decimal): -9651214 or 15907692. OLE color: 15907692.

HSL color Cylindrical-coordinate representation of color #6CBBF2: hue angle of 204.63º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CBBF2 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 187 242 -
CMYK 0.55 0.23 0 0.05
HSL 204.63º 0.84% 0.69% -
HSV(B) 204.63º 0.55% 0.95% -
XYZ 39.98 45.14 90.61 -
YUV 169.65 168.83 84.03 -
System Red Green Blue C M Y K H S L
Decimal 108 187 242 0.55 0.23 0 0.05 204.63 0.84 0.69
Hex 6C BB F2 37 17 0 5 CD 54 45
Octal 154 273 362 67 27 0 5 315 124 105
Binary 1101100 10111011 11110010 110111 10111 0 101 11001101 1010100 1000101

Color Harmonies of #6CBBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBBF2

Black with #6CBBF2

Text Example


Text Example

White with #6CBBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,187,242); }

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

background-color css

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

 a { background-color: rgb(108,187,242); }

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

border-color css

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

 span { border-color: rgb(108,187,242); }

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