Html Css Color HEX #6790EA Cornflower Blue

📋 copy color: '#6790EA'

red 103 ◦ green 144 ◦ blue 234

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

Shades of Cornflower Blue #6790EA

Tints of Cornflower Blue #6790EA

RGB

 RED value IS 103 (40.63% from 255) = 21.41%

 GREEN value IS 144 (56.64% from 255) = 29.94%

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 21.41%
G = 29.94%
B = 48.65%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6790EA (or 0x6790EA) is known color: Cornflower Blue. HEX triplet: 67, 90 and EA. RGB value is (103,144,234). Sum of RGB (Red+Green+Blue) = 103+144+234=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #6790EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6790EA is #986F15. Grayscale: #8D8D8D. Windows color (decimal): -9989910 or 15372391. OLE color: 15372391.

HSL color Cylindrical-coordinate representation of color #6790EA: hue angle of 221.22º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6790EA is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 144 234 -
CMYK 0.56 0.38 0 0.08
HSL 221.22º 0.76% 0.66% -
HSV(B) 221.22º 0.56% 0.92% -
XYZ 30.42 28.77 81.79 -
YUV 142 179.92 100.18 -
System Red Green Blue C M Y K H S L
Decimal 103 144 234 0.56 0.38 0 0.08 221.22 0.76 0.66
Hex 67 90 EA 38 26 0 8 DD 4C 42
Octal 147 220 352 70 46 0 10 335 114 102
Binary 1100111 10010000 11101010 111000 100110 0 1000 11011101 1001100 1000010

Color Harmonies of #6790EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6790EA

Black with #6790EA

Text Example


Text Example

White with #6790EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6790EA; }

 p { color: rgb(103,144,234); }

 H1.HeaderClassName
 {
   color: #6790EA;
 }
 .AnyTagClassName
 {
   color: #6790EA;
 }
</style>

background-color css

<style>
 a { background-color: #6790EA; }

 a { background-color: rgb(103,144,234); }

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

border-color css

<style>
 span { border-color: #6790EA; }

 span { border-color: rgb(103,144,234); }

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