Html Css Color HEX #6785FE Cornflower Blue

📋 copy color: '#6785FE'

red 103 ◦ green 133 ◦ blue 254

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

Shades of Cornflower Blue #6785FE

Tints of Cornflower Blue #6785FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.14%

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

R = 21.02%
G = 27.14%
B = 51.84%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6785FE (or 0x6785FE) is known color: Cornflower Blue. HEX triplet: 67, 85 and FE. RGB value is (103,133,254). Sum of RGB (Red+Green+Blue) = 103+133+254=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #6785FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6785FE is #987A01. Grayscale: #898989. Windows color (decimal): -9992706 or 16680295. OLE color: 16680295.

HSL color Cylindrical-coordinate representation of color #6785FE: hue angle of 228.08º 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 #6785FE is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 103 133 254 -
CMYK 0.59 0.48 0 0.00
HSL 228.08º 0.99% 0.7% -
HSV(B) 228.08º 0.59% 1% -
XYZ 31.87 26.81 97.26 -
YUV 137.82 193.56 103.16 -
System Red Green Blue C M Y K H S L
Decimal 103 133 254 0.59 0.48 0 0.00 228.08 0.99 0.7
Hex 67 85 FE 3B 30 0 0 E4 63 46
Octal 147 205 376 73 60 0 0 344 143 106
Binary 1100111 10000101 11111110 111011 110000 0 0 11100100 1100011 1000110

Color Harmonies of #6785FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6785FE

Black with #6785FE

Text Example


Text Example

White with #6785FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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