Html Css Color HEX #6A7FDE Cornflower Blue

📋 copy color: '#6A7FDE'

red 106 ◦ green 127 ◦ blue 222

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

Shades of Cornflower Blue #6A7FDE

Tints of Cornflower Blue #6A7FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 27.91%

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

R = 23.3%
G = 27.91%
B = 48.79%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A7FDE (or 0x6A7FDE) is known color: Cornflower Blue. HEX triplet: 6A, 7F and DE. RGB value is (106,127,222). Sum of RGB (Red+Green+Blue) = 106+127+222=455 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.30% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A7FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7FDE is #958021. Grayscale: #838383. Windows color (decimal): -9797666 or 14581610. OLE color: 14581610.

HSL color Cylindrical-coordinate representation of color #6A7FDE: hue angle of 229.14º 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 #6A7FDE is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 127 222 -
CMYK 0.52 0.43 0 0.13
HSL 229.14º 0.64% 0.64% -
HSV(B) 229.14º 0.52% 0.87% -
XYZ 26.72 23.52 72.24 -
YUV 131.55 179.04 109.78 -
System Red Green Blue C M Y K H S L
Decimal 106 127 222 0.52 0.43 0 0.13 229.14 0.64 0.64
Hex 6A 7F DE 34 2B 0 D E5 40 40
Octal 152 177 336 64 53 0 15 345 100 100
Binary 1101010 1111111 11011110 110100 101011 0 1101 11100101 1000000 1000000

Color Harmonies of #6A7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7FDE

Black with #6A7FDE

Text Example


Text Example

White with #6A7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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