Html Css Color HEX #6997FF Cornflower Blue

📋 copy color: '#6997FF'

red 105 ◦ green 151 ◦ blue 255

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

Shades of Cornflower Blue #6997FF

Tints of Cornflower Blue #6997FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.55%

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

R = 20.55%
G = 29.55%
B = 49.9%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6997FF (or 0x6997FF) is known color: Cornflower Blue. HEX triplet: 69, 97 and FF. RGB value is (105,151,255). Sum of RGB (Red+Green+Blue) = 105+151+255=511 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.55% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #6997FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6997FF is #966800. Grayscale: #949494. Windows color (decimal): -9857025 or 16750441. OLE color: 16750441.

HSL color Cylindrical-coordinate representation of color #6997FF: hue angle of 221.6º 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 #6997FF is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 151 255 -
CMYK 0.59 0.41 0 0
HSL 221.6º 1% 0.71% -
HSV(B) 221.6º 0.59% 1% -
XYZ 34.94 32.36 99.01 -
YUV 149.1 187.76 96.54 -
System Red Green Blue C M Y K H S L
Decimal 105 151 255 0.59 0.41 0 0 221.6 1 0.71
Hex 69 97 FF 3B 29 0 0 DE 64 47
Octal 151 227 377 73 51 0 0 336 144 107
Binary 1101001 10010111 11111111 111011 101001 0 0 11011110 1100100 1000111

Color Harmonies of #6997FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6997FF

Black with #6997FF

Text Example


Text Example

White with #6997FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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