Html Css Color HEX #6A7DED Cornflower Blue

📋 copy color: '#6A7DED'

red 106 ◦ green 125 ◦ blue 237

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

Shades of Cornflower Blue #6A7DED

Tints of Cornflower Blue #6A7DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.71%

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 22.65%
G = 26.71%
B = 50.64%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A7DED (or 0x6A7DED) is known color: Cornflower Blue. HEX triplet: 6A, 7D and ED. RGB value is (106,125,237). Sum of RGB (Red+Green+Blue) = 106+125+237=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A7DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A7DED is #958212. Grayscale: #838383. Windows color (decimal): -9798163 or 15564138. OLE color: 15564138.

HSL color Cylindrical-coordinate representation of color #6A7DED: hue angle of 231.3º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A7DED is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 125 237 -
CMYK 0.55 0.47 0 0.07
HSL 231.3º 0.78% 0.67% -
HSV(B) 231.3º 0.55% 0.93% -
XYZ 28.56 23.85 83.22 -
YUV 132.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 106 125 237 0.55 0.47 0 0.07 231.3 0.78 0.67
Hex 6A 7D ED 37 2F 0 7 E7 4E 43
Octal 152 175 355 67 57 0 7 347 116 103
Binary 1101010 1111101 11101101 110111 101111 0 111 11100111 1001110 1000011

Color Harmonies of #6A7DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7DED

Black with #6A7DED

Text Example


Text Example

White with #6A7DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,125,237); }

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

background-color css

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

 a { background-color: rgb(106,125,237); }

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

border-color css

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

 span { border-color: rgb(106,125,237); }

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