Html Css Color HEX #6CBCF2 Maya Blue

📋 copy color: '#6CBCF2'

red 108 ◦ green 188 ◦ blue 242

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

Shades of Maya Blue #6CBCF2

Tints of Maya Blue #6CBCF2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.94%

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

R = 20.07%
G = 34.94%
B = 44.98%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6CBCF2 (or 0x6CBCF2) is known color: Maya Blue. HEX triplet: 6C, BC and F2. RGB value is (108,188,242). Sum of RGB (Red+Green+Blue) = 108+188+242=538 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.07% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #6CBCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBCF2 is #93430D. Grayscale: #A9A9A9. Windows color (decimal): -9650958 or 15907948. OLE color: 15907948.

HSL color Cylindrical-coordinate representation of color #6CBCF2: hue angle of 204.18º 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 #6CBCF2 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 188 242 -
CMYK 0.55 0.22 0 0.05
HSL 204.18º 0.84% 0.69% -
HSV(B) 204.18º 0.55% 0.95% -
XYZ 40.19 45.57 90.68 -
YUV 170.24 168.5 83.61 -
System Red Green Blue C M Y K H S L
Decimal 108 188 242 0.55 0.22 0 0.05 204.18 0.84 0.69
Hex 6C BC F2 37 16 0 5 CC 54 45
Octal 154 274 362 67 26 0 5 314 124 105
Binary 1101100 10111100 11110010 110111 10110 0 101 11001100 1010100 1000101

Color Harmonies of #6CBCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCF2

Black with #6CBCF2

Text Example


Text Example

White with #6CBCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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