Html Css Color HEX #6D9BEA Cornflower Blue

📋 copy color: '#6D9BEA'

red 109 ◦ green 155 ◦ blue 234

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

Shades of Cornflower Blue #6D9BEA

Tints of Cornflower Blue #6D9BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.12%

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 21.89%
G = 31.12%
B = 46.99%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D9BEA (or 0x6D9BEA) is known color: Cornflower Blue. HEX triplet: 6D, 9B and EA. RGB value is (109,155,234). Sum of RGB (Red+Green+Blue) = 109+155+234=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D9BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9BEA is #926415. Grayscale: #959595. Windows color (decimal): -9593878 or 15375213. OLE color: 15375213.

HSL color Cylindrical-coordinate representation of color #6D9BEA: hue angle of 217.92º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D9BEA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 155 234 -
CMYK 0.53 0.34 0 0.08
HSL 217.92º 0.75% 0.67% -
HSV(B) 217.92º 0.53% 0.92% -
XYZ 32.88 32.63 82.41 -
YUV 150.25 175.26 98.58 -
System Red Green Blue C M Y K H S L
Decimal 109 155 234 0.53 0.34 0 0.08 217.92 0.75 0.67
Hex 6D 9B EA 35 22 0 8 DA 4B 43
Octal 155 233 352 65 42 0 10 332 113 103
Binary 1101101 10011011 11101010 110101 100010 0 1000 11011010 1001011 1000011

Color Harmonies of #6D9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9BEA

Black with #6D9BEA

Text Example


Text Example

White with #6D9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,155,234); }

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

background-color css

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

 a { background-color: rgb(109,155,234); }

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

border-color css

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

 span { border-color: rgb(109,155,234); }

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