Html Css Color HEX #6A8BDB Cornflower Blue

📋 copy color: '#6A8BDB'

red 106 ◦ green 139 ◦ blue 219

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

Shades of Cornflower Blue #6A8BDB

Tints of Cornflower Blue #6A8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.96%

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 22.84%
G = 29.96%
B = 47.2%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A8BDB (or 0x6A8BDB) is known color: Cornflower Blue. HEX triplet: 6A, 8B and DB. RGB value is (106,139,219). Sum of RGB (Red+Green+Blue) = 106+139+219=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8BDB is #957424. Grayscale: #898989. Windows color (decimal): -9794597 or 14388074. OLE color: 14388074.

HSL color Cylindrical-coordinate representation of color #6A8BDB: hue angle of 222.48º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A8BDB is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 139 219 -
CMYK 0.52 0.37 0 0.14
HSL 222.48º 0.61% 0.64% -
HSV(B) 222.48º 0.52% 0.86% -
XYZ 27.96 26.64 70.69 -
YUV 138.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 106 139 219 0.52 0.37 0 0.14 222.48 0.61 0.64
Hex 6A 8B DB 34 25 0 E DE 3D 40
Octal 152 213 333 64 45 0 16 336 75 100
Binary 1101010 10001011 11011011 110100 100101 0 1110 11011110 111101 1000000

Color Harmonies of #6A8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8BDB

Black with #6A8BDB

Text Example


Text Example

White with #6A8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,139,219); }

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

background-color css

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

 a { background-color: rgb(106,139,219); }

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

border-color css

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

 span { border-color: rgb(106,139,219); }

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