Html Css Color HEX #6885EF Cornflower Blue

📋 copy color: '#6885EF'

red 104 ◦ green 133 ◦ blue 239

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

Shades of Cornflower Blue #6885EF

Tints of Cornflower Blue #6885EF

RGB

 RED value IS 104 (41.02% from 255) = 21.85%

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

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

R = 21.85%
G = 27.94%
B = 50.21%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6885EF (or 0x6885EF) is known color: Cornflower Blue. HEX triplet: 68, 85 and EF. RGB value is (104,133,239). Sum of RGB (Red+Green+Blue) = 104+133+239=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #6885EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6885EF is #977A10. Grayscale: #878787. Windows color (decimal): -9927185 or 15697256. OLE color: 15697256.

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

Color convert

RGB 104 133 239 -
CMYK 0.56 0.44 0 0.06
HSL 227.11º 0.81% 0.67% -
HSV(B) 227.11º 0.56% 0.94% -
XYZ 29.68 25.95 85.11 -
YUV 136.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 104 133 239 0.56 0.44 0 0.06 227.11 0.81 0.67
Hex 68 85 EF 38 2C 0 6 E3 51 43
Octal 150 205 357 70 54 0 6 343 121 103
Binary 1101000 10000101 11101111 111000 101100 0 110 11100011 1010001 1000011

Color Harmonies of #6885EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6885EF

Black with #6885EF

Text Example


Text Example

White with #6885EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,133,239); }

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

background-color css

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

 a { background-color: rgb(104,133,239); }

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

border-color css

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

 span { border-color: rgb(104,133,239); }

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