Html Css Color HEX #6796EA Cornflower Blue

📋 copy color: '#6796EA'

red 103 ◦ green 150 ◦ blue 234

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

Shades of Cornflower Blue #6796EA

Tints of Cornflower Blue #6796EA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.8%

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

R = 21.15%
G = 30.8%
B = 48.05%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6796EA (or 0x6796EA) is known color: Cornflower Blue. HEX triplet: 67, 96 and EA. RGB value is (103,150,234). Sum of RGB (Red+Green+Blue) = 103+150+234=487 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.15% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #6796EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6796EA is #986915. Grayscale: #919191. Windows color (decimal): -9988374 or 15373927. OLE color: 15373927.

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

Color convert

RGB 103 150 234 -
CMYK 0.56 0.36 0 0.08
HSL 218.47º 0.76% 0.66% -
HSV(B) 218.47º 0.56% 0.92% -
XYZ 31.35 30.64 82.1 -
YUV 145.52 177.93 97.67 -
System Red Green Blue C M Y K H S L
Decimal 103 150 234 0.56 0.36 0 0.08 218.47 0.76 0.66
Hex 67 96 EA 38 24 0 8 DA 4C 42
Octal 147 226 352 70 44 0 10 332 114 102
Binary 1100111 10010110 11101010 111000 100100 0 1000 11011010 1001100 1000010

Color Harmonies of #6796EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6796EA

Black with #6796EA

Text Example


Text Example

White with #6796EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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