Html Css Color HEX #6CB4F1 Maya Blue

📋 copy color: '#6CB4F1'

red 108 ◦ green 180 ◦ blue 241

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

Shades of Maya Blue #6CB4F1

Tints of Maya Blue #6CB4F1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.03%

 BLUE value IS 241 (94.53% from 255) = 45.56%

R = 20.42%
G = 34.03%
B = 45.56%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6CB4F1 (or 0x6CB4F1) is known color: Maya Blue. HEX triplet: 6C, B4 and F1. RGB value is (108,180,241). Sum of RGB (Red+Green+Blue) = 108+180+241=529 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.42% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CB4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CB4F1 is #934B0E. Grayscale: #A5A5A5. Windows color (decimal): -9653007 or 15840364. OLE color: 15840364.

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

Color convert

RGB 108 180 241 -
CMYK 0.55 0.25 0 0.05
HSL 207.52º 0.83% 0.68% -
HSV(B) 207.52º 0.55% 0.95% -
XYZ 38.38 42.18 89.34 -
YUV 165.43 170.65 87.04 -
System Red Green Blue C M Y K H S L
Decimal 108 180 241 0.55 0.25 0 0.05 207.52 0.83 0.68
Hex 6C B4 F1 37 19 0 5 D0 53 44
Octal 154 264 361 67 31 0 5 320 123 104
Binary 1101100 10110100 11110001 110111 11001 0 101 11010000 1010011 1000100

Color Harmonies of #6CB4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB4F1

Black with #6CB4F1

Text Example


Text Example

White with #6CB4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,180,241); }

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

background-color css

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

 a { background-color: rgb(108,180,241); }

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

border-color css

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

 span { border-color: rgb(108,180,241); }

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