Html Css Color HEX #6795EF Cornflower Blue

📋 copy color: '#6795EF'

red 103 ◦ green 149 ◦ blue 239

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

Shades of Cornflower Blue #6795EF

Tints of Cornflower Blue #6795EF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 20.98%
G = 30.35%
B = 48.68%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6795EF (or 0x6795EF) is known color: Cornflower Blue. HEX triplet: 67, 95 and EF. RGB value is (103,149,239). Sum of RGB (Red+Green+Blue) = 103+149+239=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #6795EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6795EF is #986A10. Grayscale: #919191. Windows color (decimal): -9988625 or 15701351. OLE color: 15701351.

HSL color Cylindrical-coordinate representation of color #6795EF: hue angle of 219.71º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6795EF is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 103 149 239 -
CMYK 0.57 0.38 0 0.06
HSL 219.71º 0.81% 0.67% -
HSV(B) 219.71º 0.57% 0.94% -
XYZ 31.92 30.61 85.89 -
YUV 145.51 180.76 97.68 -
System Red Green Blue C M Y K H S L
Decimal 103 149 239 0.57 0.38 0 0.06 219.71 0.81 0.67
Hex 67 95 EF 39 26 0 6 DC 51 43
Octal 147 225 357 71 46 0 6 334 121 103
Binary 1100111 10010101 11101111 111001 100110 0 110 11011100 1010001 1000011

Color Harmonies of #6795EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6795EF

Black with #6795EF

Text Example


Text Example

White with #6795EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6795EF; }

 p { color: rgb(103,149,239); }

 H1.HeaderClassName
 {
   color: #6795EF;
 }
 .AnyTagClassName
 {
   color: #6795EF;
 }
</style>

background-color css

<style>
 a { background-color: #6795EF; }

 a { background-color: rgb(103,149,239); }

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

border-color css

<style>
 span { border-color: #6795EF; }

 span { border-color: rgb(103,149,239); }

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