Html Css Color HEX #6C7EFA Cornflower Blue

📋 copy color: '#6C7EFA'

red 108 ◦ green 126 ◦ blue 250

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

Shades of Cornflower Blue #6C7EFA

Tints of Cornflower Blue #6C7EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.03%

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 22.31%
G = 26.03%
B = 51.65%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C7EFA (or 0x6C7EFA) is known color: Cornflower Blue. HEX triplet: 6C, 7E and FA. RGB value is (108,126,250). Sum of RGB (Red+Green+Blue) = 108+126+250=484 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.31% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C7EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7EFA is #938105. Grayscale: #868686. Windows color (decimal): -9666822 or 16416364. OLE color: 16416364.

HSL color Cylindrical-coordinate representation of color #6C7EFA: hue angle of 232.39º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C7EFA is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 126 250 -
CMYK 0.57 0.50 0 0.02
HSL 232.39º 0.93% 0.7% -
HSV(B) 232.39º 0.57% 0.98% -
XYZ 30.9 25.01 93.64 -
YUV 134.75 193.04 108.92 -
System Red Green Blue C M Y K H S L
Decimal 108 126 250 0.57 0.50 0 0.02 232.39 0.93 0.7
Hex 6C 7E FA 39 32 0 2 E8 5D 46
Octal 154 176 372 71 62 0 2 350 135 106
Binary 1101100 1111110 11111010 111001 110010 0 10 11101000 1011101 1000110

Color Harmonies of #6C7EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7EFA

Black with #6C7EFA

Text Example


Text Example

White with #6C7EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,126,250); }

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

background-color css

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

 a { background-color: rgb(108,126,250); }

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

border-color css

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

 span { border-color: rgb(108,126,250); }

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