Html Css Color HEX #6D8BEF Cornflower Blue

📋 copy color: '#6D8BEF'

red 109 ◦ green 139 ◦ blue 239

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

Shades of Cornflower Blue #6D8BEF

Tints of Cornflower Blue #6D8BEF

RGB

 RED value IS 109 (42.97% from 255) = 22.38%

 GREEN value IS 139 (54.69% from 255) = 28.54%

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

R = 22.38%
G = 28.54%
B = 49.08%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6D8BEF (or 0x6D8BEF) is known color: Cornflower Blue. HEX triplet: 6D, 8B and EF. RGB value is (109,139,239). Sum of RGB (Red+Green+Blue) = 109+139+239=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D8BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8BEF is #927410. Grayscale: #8C8C8C. Windows color (decimal): -9597969 or 15698797. OLE color: 15698797.

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

Color convert

RGB 109 139 239 -
CMYK 0.54 0.42 0 0.06
HSL 226.15º 0.8% 0.68% -
HSV(B) 226.15º 0.54% 0.94% -
XYZ 31.12 27.95 85.42 -
YUV 141.43 183.06 104.87 -
System Red Green Blue C M Y K H S L
Decimal 109 139 239 0.54 0.42 0 0.06 226.15 0.8 0.68
Hex 6D 8B EF 36 2A 0 6 E2 50 44
Octal 155 213 357 66 52 0 6 342 120 104
Binary 1101101 10001011 11101111 110110 101010 0 110 11100010 1010000 1000100

Color Harmonies of #6D8BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8BEF

Black with #6D8BEF

Text Example


Text Example

White with #6D8BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,139,239); }

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

background-color css

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

 a { background-color: rgb(109,139,239); }

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

border-color css

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

 span { border-color: rgb(109,139,239); }

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