Html Css Color HEX #6D9BFF Cornflower Blue

📋 copy color: '#6D9BFF'

red 109 ◦ green 155 ◦ blue 255

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

Shades of Cornflower Blue #6D9BFF

Tints of Cornflower Blue #6D9BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.13%

R = 21%
G = 29.87%
B = 49.13%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D9BFF (or 0x6D9BFF) is known color: Cornflower Blue. HEX triplet: 6D, 9B and FF. RGB value is (109,155,255). Sum of RGB (Red+Green+Blue) = 109+155+255=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D9BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9BFF is #926400. Grayscale: #989898. Windows color (decimal): -9593857 or 16751469. OLE color: 16751469.

HSL color Cylindrical-coordinate representation of color #6D9BFF: hue angle of 221.1º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D9BFF is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 109 155 255 -
CMYK 0.57 0.39 0 0
HSL 221.1º 1% 0.71% -
HSV(B) 221.1º 0.57% 1% -
XYZ 36.08 33.91 99.25 -
YUV 152.65 185.76 96.87 -
System Red Green Blue C M Y K H S L
Decimal 109 155 255 0.57 0.39 0 0 221.1 1 0.71
Hex 6D 9B FF 39 27 0 0 DD 64 47
Octal 155 233 377 71 47 0 0 335 144 107
Binary 1101101 10011011 11111111 111001 100111 0 0 11011101 1100100 1000111

Color Harmonies of #6D9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9BFF

Black with #6D9BFF

Text Example


Text Example

White with #6D9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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