Html Css Color HEX #6D9AFB Cornflower Blue

📋 copy color: '#6D9AFB'

red 109 ◦ green 154 ◦ blue 251

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

Shades of Cornflower Blue #6D9AFB

Tints of Cornflower Blue #6D9AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.96%

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 21.21%
G = 29.96%
B = 48.83%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D9AFB (or 0x6D9AFB) is known color: Cornflower Blue. HEX triplet: 6D, 9A and FB. RGB value is (109,154,251). Sum of RGB (Red+Green+Blue) = 109+154+251=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D9AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9AFB is #926504. Grayscale: #979797. Windows color (decimal): -9594117 or 16489069. OLE color: 16489069.

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

Color convert

RGB 109 154 251 -
CMYK 0.57 0.39 0 0.02
HSL 220.99º 0.95% 0.71% -
HSV(B) 220.99º 0.57% 0.98% -
XYZ 35.27 33.33 95.84 -
YUV 151.6 184.09 97.61 -
System Red Green Blue C M Y K H S L
Decimal 109 154 251 0.57 0.39 0 0.02 220.99 0.95 0.71
Hex 6D 9A FB 39 27 0 2 DD 5F 47
Octal 155 232 373 71 47 0 2 335 137 107
Binary 1101101 10011010 11111011 111001 100111 0 10 11011101 1011111 1000111

Color Harmonies of #6D9AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9AFB

Black with #6D9AFB

Text Example


Text Example

White with #6D9AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,154,251); }

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

background-color css

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

 a { background-color: rgb(109,154,251); }

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

border-color css

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

 span { border-color: rgb(109,154,251); }

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