Html Css Color HEX #6B95DD Cornflower Blue

📋 copy color: '#6B95DD'

red 107 ◦ green 149 ◦ blue 221

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

Shades of Cornflower Blue #6B95DD

Tints of Cornflower Blue #6B95DD

RGB

 RED value IS 107 (42.19% from 255) = 22.43%

 GREEN value IS 149 (58.59% from 255) = 31.24%

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 22.43%
G = 31.24%
B = 46.33%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B95DD (or 0x6B95DD) is known color: Cornflower Blue. HEX triplet: 6B, 95 and DD. RGB value is (107,149,221). Sum of RGB (Red+Green+Blue) = 107+149+221=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B95DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B95DD is #946A22. Grayscale: #909090. Windows color (decimal): -9726499 or 14521707. OLE color: 14521707.

HSL color Cylindrical-coordinate representation of color #6B95DD: hue angle of 217.89º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B95DD is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 149 221 -
CMYK 0.52 0.33 0 0.13
HSL 217.89º 0.63% 0.64% -
HSV(B) 217.89º 0.52% 0.87% -
XYZ 29.86 29.84 72.59 -
YUV 144.65 171.09 101.15 -
System Red Green Blue C M Y K H S L
Decimal 107 149 221 0.52 0.33 0 0.13 217.89 0.63 0.64
Hex 6B 95 DD 34 21 0 D DA 3F 40
Octal 153 225 335 64 41 0 15 332 77 100
Binary 1101011 10010101 11011101 110100 100001 0 1101 11011010 111111 1000000

Color Harmonies of #6B95DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B95DD

Black with #6B95DD

Text Example


Text Example

White with #6B95DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,149,221); }

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

background-color css

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

 a { background-color: rgb(107,149,221); }

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

border-color css

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

 span { border-color: rgb(107,149,221); }

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