Html Css Color HEX #6C85EF Cornflower Blue

📋 copy color: '#6C85EF'

red 108 ◦ green 133 ◦ blue 239

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

Shades of Cornflower Blue #6C85EF

Tints of Cornflower Blue #6C85EF

RGB

 RED value IS 108 (42.58% from 255) = 22.5%

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

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

R = 22.5%
G = 27.71%
B = 49.79%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6C85EF (or 0x6C85EF) is known color: Cornflower Blue. HEX triplet: 6C, 85 and EF. RGB value is (108,133,239). Sum of RGB (Red+Green+Blue) = 108+133+239=480 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.5% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C85EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C85EF is #937A10. Grayscale: #898989. Windows color (decimal): -9665041 or 15697260. OLE color: 15697260.

HSL color Cylindrical-coordinate representation of color #6C85EF: hue angle of 228.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C85EF is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 133 239 -
CMYK 0.55 0.44 0 0.06
HSL 228.55º 0.8% 0.68% -
HSV(B) 228.55º 0.55% 0.94% -
XYZ 30.15 26.2 85.13 -
YUV 137.61 185.22 106.88 -
System Red Green Blue C M Y K H S L
Decimal 108 133 239 0.55 0.44 0 0.06 228.55 0.8 0.68
Hex 6C 85 EF 37 2C 0 6 E5 50 44
Octal 154 205 357 67 54 0 6 345 120 104
Binary 1101100 10000101 11101111 110111 101100 0 110 11100101 1010000 1000100

Color Harmonies of #6C85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C85EF

Black with #6C85EF

Text Example


Text Example

White with #6C85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C85EF; }

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

 H1.HeaderClassName
 {
   color: #6C85EF;
 }
 .AnyTagClassName
 {
   color: #6C85EF;
 }
</style>

background-color css

<style>
 a { background-color: #6C85EF; }

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

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

border-color css

<style>
 span { border-color: #6C85EF; }

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

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