Html Css Color HEX #6B7DDE Cornflower Blue

📋 copy color: '#6B7DDE'

red 107 ◦ green 125 ◦ blue 222

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

Shades of Cornflower Blue #6B7DDE

Tints of Cornflower Blue #6B7DDE

RGB

 RED value IS 107 (42.19% from 255) = 23.57%

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

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

R = 23.57%
G = 27.53%
B = 48.9%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B7DDE (or 0x6B7DDE) is known color: Cornflower Blue. HEX triplet: 6B, 7D and DE. RGB value is (107,125,222). Sum of RGB (Red+Green+Blue) = 107+125+222=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B7DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7DDE is #948221. Grayscale: #828282. Windows color (decimal): -9732642 or 14581099. OLE color: 14581099.

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

Color convert

RGB 107 125 222 -
CMYK 0.52 0.44 0 0.13
HSL 230.61º 0.64% 0.65% -
HSV(B) 230.61º 0.52% 0.87% -
XYZ 26.58 23.07 72.16 -
YUV 130.68 179.54 111.11 -
System Red Green Blue C M Y K H S L
Decimal 107 125 222 0.52 0.44 0 0.13 230.61 0.64 0.65
Hex 6B 7D DE 34 2C 0 D E7 40 41
Octal 153 175 336 64 54 0 15 347 100 101
Binary 1101011 1111101 11011110 110100 101100 0 1101 11100111 1000000 1000001

Color Harmonies of #6B7DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7DDE

Black with #6B7DDE

Text Example


Text Example

White with #6B7DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,125,222); }

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

background-color css

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

 a { background-color: rgb(107,125,222); }

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

border-color css

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

 span { border-color: rgb(107,125,222); }

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