Html Css Color HEX #6D8BED Cornflower Blue

📋 copy color: '#6D8BED'

red 109 ◦ green 139 ◦ blue 237

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

Shades of Cornflower Blue #6D8BED

Tints of Cornflower Blue #6D8BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 22.47%
G = 28.66%
B = 48.87%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D8BED (or 0x6D8BED) is known color: Cornflower Blue. HEX triplet: 6D, 8B and ED. RGB value is (109,139,237). Sum of RGB (Red+Green+Blue) = 109+139+237=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D8BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8BED is #927412. Grayscale: #8C8C8C. Windows color (decimal): -9597971 or 15567725. OLE color: 15567725.

HSL color Cylindrical-coordinate representation of color #6D8BED: hue angle of 225.94º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D8BED is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 139 237 -
CMYK 0.54 0.41 0 0.07
HSL 225.94º 0.78% 0.68% -
HSV(B) 225.94º 0.54% 0.93% -
XYZ 30.83 27.83 83.87 -
YUV 141.2 182.06 105.03 -
System Red Green Blue C M Y K H S L
Decimal 109 139 237 0.54 0.41 0 0.07 225.94 0.78 0.68
Hex 6D 8B ED 36 29 0 7 E2 4E 44
Octal 155 213 355 66 51 0 7 342 116 104
Binary 1101101 10001011 11101101 110110 101001 0 111 11100010 1001110 1000100

Color Harmonies of #6D8BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8BED

Black with #6D8BED

Text Example


Text Example

White with #6D8BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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