Html Css Color HEX #6995FF Cornflower Blue

📋 copy color: '#6995FF'

red 105 ◦ green 149 ◦ blue 255

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

Shades of Cornflower Blue #6995FF

Tints of Cornflower Blue #6995FF

RGB

 RED value IS 105 (41.41% from 255) = 20.63%

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

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

R = 20.63%
G = 29.27%
B = 50.1%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6995FF (or 0x6995FF) is known color: Cornflower Blue. HEX triplet: 69, 95 and FF. RGB value is (105,149,255). Sum of RGB (Red+Green+Blue) = 105+149+255=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #6995FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6995FF is #966A00. Grayscale: #939393. Windows color (decimal): -9857537 or 16749929. OLE color: 16749929.

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

Color convert

RGB 105 149 255 -
CMYK 0.59 0.42 0 0
HSL 222.4º 1% 0.71% -
HSV(B) 222.4º 0.59% 1% -
XYZ 34.62 31.72 98.91 -
YUV 147.93 188.42 97.38 -
System Red Green Blue C M Y K H S L
Decimal 105 149 255 0.59 0.42 0 0 222.4 1 0.71
Hex 69 95 FF 3B 2A 0 0 DE 64 47
Octal 151 225 377 73 52 0 0 336 144 107
Binary 1101001 10010101 11111111 111011 101010 0 0 11011110 1100100 1000111

Color Harmonies of #6995FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6995FF

Black with #6995FF

Text Example


Text Example

White with #6995FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6995FF; }

 p { color: rgb(105,149,255); }

 H1.HeaderClassName
 {
   color: #6995FF;
 }
 .AnyTagClassName
 {
   color: #6995FF;
 }
</style>

background-color css

<style>
 a { background-color: #6995FF; }

 a { background-color: rgb(105,149,255); }

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

border-color css

<style>
 span { border-color: #6995FF; }

 span { border-color: rgb(105,149,255); }

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