Html Css Color HEX #6794F2 Cornflower Blue

📋 copy color: '#6794F2'

red 103 ◦ green 148 ◦ blue 242

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

Shades of Cornflower Blue #6794F2

Tints of Cornflower Blue #6794F2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

 BLUE value IS 242 (94.92% from 255) = 49.09%

R = 20.89%
G = 30.02%
B = 49.09%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6794F2 (or 0x6794F2) is known color: Cornflower Blue. HEX triplet: 67, 94 and F2. RGB value is (103,148,242). Sum of RGB (Red+Green+Blue) = 103+148+242=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #6794F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6794F2 is #986B0D. Grayscale: #909090. Windows color (decimal): -9988878 or 15897703. OLE color: 15897703.

HSL color Cylindrical-coordinate representation of color #6794F2: hue angle of 220.58º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6794F2 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 103 148 242 -
CMYK 0.57 0.39 0 0.05
HSL 220.58º 0.84% 0.68% -
HSV(B) 220.58º 0.57% 0.95% -
XYZ 32.21 30.47 88.19 -
YUV 145.26 182.59 97.86 -
System Red Green Blue C M Y K H S L
Decimal 103 148 242 0.57 0.39 0 0.05 220.58 0.84 0.68
Hex 67 94 F2 39 27 0 5 DD 54 44
Octal 147 224 362 71 47 0 5 335 124 104
Binary 1100111 10010100 11110010 111001 100111 0 101 11011101 1010100 1000100

Color Harmonies of #6794F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6794F2

Black with #6794F2

Text Example


Text Example

White with #6794F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6794F2; }

 p { color: rgb(103,148,242); }

 H1.HeaderClassName
 {
   color: #6794F2;
 }
 .AnyTagClassName
 {
   color: #6794F2;
 }
</style>

background-color css

<style>
 a { background-color: #6794F2; }

 a { background-color: rgb(103,148,242); }

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

border-color css

<style>
 span { border-color: #6794F2; }

 span { border-color: rgb(103,148,242); }

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