Html Css Color HEX #6A8CDE Cornflower Blue

📋 copy color: '#6A8CDE'

red 106 ◦ green 140 ◦ blue 222

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

Shades of Cornflower Blue #6A8CDE

Tints of Cornflower Blue #6A8CDE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.91%

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 22.65%
G = 29.91%
B = 47.44%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A8CDE (or 0x6A8CDE) is known color: Cornflower Blue. HEX triplet: 6A, 8C and DE. RGB value is (106,140,222). Sum of RGB (Red+Green+Blue) = 106+140+222=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A8CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8CDE is #957321. Grayscale: #8A8A8A. Windows color (decimal): -9794338 or 14584938. OLE color: 14584938.

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

Color convert

RGB 106 140 222 -
CMYK 0.52 0.37 0 0.13
HSL 222.41º 0.64% 0.64% -
HSV(B) 222.41º 0.52% 0.87% -
XYZ 28.51 27.09 72.83 -
YUV 139.18 174.74 104.33 -
System Red Green Blue C M Y K H S L
Decimal 106 140 222 0.52 0.37 0 0.13 222.41 0.64 0.64
Hex 6A 8C DE 34 25 0 D DE 40 40
Octal 152 214 336 64 45 0 15 336 100 100
Binary 1101010 10001100 11011110 110100 100101 0 1101 11011110 1000000 1000000

Color Harmonies of #6A8CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8CDE

Black with #6A8CDE

Text Example


Text Example

White with #6A8CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,140,222); }

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

background-color css

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

 a { background-color: rgb(106,140,222); }

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

border-color css

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

 span { border-color: rgb(106,140,222); }

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