Html Css Color HEX #6780EA Cornflower Blue

📋 copy color: '#6780EA'

red 103 ◦ green 128 ◦ blue 234

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

Shades of Cornflower Blue #6780EA

Tints of Cornflower Blue #6780EA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.53%

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

R = 22.15%
G = 27.53%
B = 50.32%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6780EA (or 0x6780EA) is known color: Cornflower Blue. HEX triplet: 67, 80 and EA. RGB value is (103,128,234). Sum of RGB (Red+Green+Blue) = 103+128+234=465 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.15% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #6780EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6780EA is #987F15. Grayscale: #848484. Windows color (decimal): -9994006 or 15368295. OLE color: 15368295.

HSL color Cylindrical-coordinate representation of color #6780EA: hue angle of 228.55º 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 #6780EA is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 128 234 -
CMYK 0.56 0.45 0 0.08
HSL 228.55º 0.76% 0.66% -
HSV(B) 228.55º 0.56% 0.92% -
XYZ 28.16 24.26 81.04 -
YUV 132.61 185.22 106.88 -
System Red Green Blue C M Y K H S L
Decimal 103 128 234 0.56 0.45 0 0.08 228.55 0.76 0.66
Hex 67 80 EA 38 2D 0 8 E5 4C 42
Octal 147 200 352 70 55 0 10 345 114 102
Binary 1100111 10000000 11101010 111000 101101 0 1000 11100101 1001100 1000010

Color Harmonies of #6780EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6780EA

Black with #6780EA

Text Example


Text Example

White with #6780EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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