Html Css Color HEX #6795FE Cornflower Blue

📋 copy color: '#6795FE'

red 103 ◦ green 149 ◦ blue 254

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

Shades of Cornflower Blue #6795FE

Tints of Cornflower Blue #6795FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 20.36%
G = 29.45%
B = 50.2%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6795FE (or 0x6795FE) is known color: Cornflower Blue. HEX triplet: 67, 95 and FE. RGB value is (103,149,254). Sum of RGB (Red+Green+Blue) = 103+149+254=506 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.36% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #6795FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6795FE is #986A01. Grayscale: #929292. Windows color (decimal): -9988610 or 16684391. OLE color: 16684391.

HSL color Cylindrical-coordinate representation of color #6795FE: hue angle of 221.72º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6795FE is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 103 149 254 -
CMYK 0.59 0.41 0 0.00
HSL 221.72º 0.99% 0.7% -
HSV(B) 221.72º 0.59% 1% -
XYZ 34.23 31.53 98.05 -
YUV 147.22 188.26 96.46 -
System Red Green Blue C M Y K H S L
Decimal 103 149 254 0.59 0.41 0 0.00 221.72 0.99 0.7
Hex 67 95 FE 3B 29 0 0 DE 63 46
Octal 147 225 376 73 51 0 0 336 143 106
Binary 1100111 10010101 11111110 111011 101001 0 0 11011110 1100011 1000110

Color Harmonies of #6795FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6795FE

Black with #6795FE

Text Example


Text Example

White with #6795FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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