Html Css Color HEX #6C7DFA Cornflower Blue

📋 copy color: '#6C7DFA'

red 108 ◦ green 125 ◦ blue 250

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

Shades of Cornflower Blue #6C7DFA

Tints of Cornflower Blue #6C7DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.88%

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

R = 22.36%
G = 25.88%
B = 51.76%

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

#6C7DFA (or 0x6C7DFA) is known color: Cornflower Blue. HEX triplet: 6C, 7D and FA. RGB value is (108,125,250). Sum of RGB (Red+Green+Blue) = 108+125+250=483 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.36% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C7DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7DFA is #938205. Grayscale: #858585. Windows color (decimal): -9667078 or 16416108. OLE color: 16416108.

HSL color Cylindrical-coordinate representation of color #6C7DFA: hue angle of 232.82º 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 #6C7DFA is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 125 250 -
CMYK 0.57 0.50 0 0.02
HSL 232.82º 0.93% 0.7% -
HSV(B) 232.82º 0.57% 0.98% -
XYZ 30.77 24.76 93.6 -
YUV 134.17 193.37 109.34 -
System Red Green Blue C M Y K H S L
Decimal 108 125 250 0.57 0.50 0 0.02 232.82 0.93 0.7
Hex 6C 7D FA 39 32 0 2 E9 5D 46
Octal 154 175 372 71 62 0 2 351 135 106
Binary 1101100 1111101 11111010 111001 110010 0 10 11101001 1011101 1000110

Color Harmonies of #6C7DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7DFA

Black with #6C7DFA

Text Example


Text Example

White with #6C7DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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