Html Css Color HEX #6CBDF5 Maya Blue

📋 copy color: '#6CBDF5'

red 108 ◦ green 189 ◦ blue 245

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

Shades of Maya Blue #6CBDF5

Tints of Maya Blue #6CBDF5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.87%

 BLUE value IS 245 (96.09% from 255) = 45.2%

R = 19.93%
G = 34.87%
B = 45.2%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6CBDF5 (or 0x6CBDF5) is known color: Maya Blue. HEX triplet: 6C, BD and F5. RGB value is (108,189,245). Sum of RGB (Red+Green+Blue) = 108+189+245=542 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.93% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #6CBDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBDF5 is #93420A. Grayscale: #AAAAAA. Windows color (decimal): -9650699 or 16104812. OLE color: 16104812.

HSL color Cylindrical-coordinate representation of color #6CBDF5: hue angle of 204.53º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CBDF5 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 108 189 245 -
CMYK 0.56 0.23 0 0.04
HSL 204.53º 0.87% 0.69% -
HSV(B) 204.53º 0.56% 0.96% -
XYZ 40.86 46.18 93.15 -
YUV 171.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 108 189 245 0.56 0.23 0 0.04 204.53 0.87 0.69
Hex 6C BD F5 38 17 0 4 CD 57 45
Octal 154 275 365 70 27 0 4 315 127 105
Binary 1101100 10111101 11110101 111000 10111 0 100 11001101 1010111 1000101

Color Harmonies of #6CBDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBDF5

Black with #6CBDF5

Text Example


Text Example

White with #6CBDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,189,245); }

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

background-color css

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

 a { background-color: rgb(108,189,245); }

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

border-color css

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

 span { border-color: rgb(108,189,245); }

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