Html Css Color HEX #6A95F6 Cornflower Blue

📋 copy color: '#6A95F6'

red 106 ◦ green 149 ◦ blue 246

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

Shades of Cornflower Blue #6A95F6

Tints of Cornflower Blue #6A95F6

RGB

 RED value IS 106 (41.8% from 255) = 21.16%

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

 BLUE value IS 246 (96.48% from 255) = 49.1%

R = 21.16%
G = 29.74%
B = 49.1%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6A95F6 (or 0x6A95F6) is known color: Cornflower Blue. HEX triplet: 6A, 95 and F6. RGB value is (106,149,246). Sum of RGB (Red+Green+Blue) = 106+149+246=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #6A95F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A95F6 is #956A09. Grayscale: #929292. Windows color (decimal): -9792010 or 16160106. OLE color: 16160106.

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

Color convert

RGB 106 149 246 -
CMYK 0.57 0.39 0 0.04
HSL 221.57º 0.89% 0.69% -
HSV(B) 221.57º 0.57% 0.96% -
XYZ 33.33 31.21 91.46 -
YUV 147.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 106 149 246 0.57 0.39 0 0.04 221.57 0.89 0.69
Hex 6A 95 F6 39 27 0 4 DE 59 45
Octal 152 225 366 71 47 0 4 336 131 105
Binary 1101010 10010101 11110110 111001 100111 0 100 11011110 1011001 1000101

Color Harmonies of #6A95F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A95F6

Black with #6A95F6

Text Example


Text Example

White with #6A95F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,149,246); }

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

background-color css

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

 a { background-color: rgb(106,149,246); }

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

border-color css

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

 span { border-color: rgb(106,149,246); }

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