Html Css Color HEX #6995FE Cornflower Blue

📋 copy color: '#6995FE'

red 105 ◦ green 149 ◦ blue 254

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

Shades of Cornflower Blue #6995FE

Tints of Cornflower Blue #6995FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50%

R = 20.67%
G = 29.33%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6995FE (or 0x6995FE) is known color: Cornflower Blue. HEX triplet: 69, 95 and FE. RGB value is (105,149,254). Sum of RGB (Red+Green+Blue) = 105+149+254=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #6995FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6995FE is #966A01. Grayscale: #939393. Windows color (decimal): -9857538 or 16684393. OLE color: 16684393.

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

Color convert

RGB 105 149 254 -
CMYK 0.59 0.41 0 0.00
HSL 222.28º 0.99% 0.7% -
HSV(B) 222.28º 0.59% 1% -
XYZ 34.46 31.65 98.06 -
YUV 147.81 187.92 97.46 -
System Red Green Blue C M Y K H S L
Decimal 105 149 254 0.59 0.41 0 0.00 222.28 0.99 0.7
Hex 69 95 FE 3B 29 0 0 DE 63 46
Octal 151 225 376 73 51 0 0 336 143 106
Binary 1101001 10010101 11111110 111011 101001 0 0 11011110 1100011 1000110

Color Harmonies of #6995FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6995FE

Black with #6995FE

Text Example


Text Example

White with #6995FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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