Html Css Color HEX #6B9BDA Cornflower Blue

📋 copy color: '#6B9BDA'

red 107 ◦ green 155 ◦ blue 218

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

Shades of Cornflower Blue #6B9BDA

Tints of Cornflower Blue #6B9BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.29%

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 22.29%
G = 32.29%
B = 45.42%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6B9BDA (or 0x6B9BDA) is known color: Cornflower Blue. HEX triplet: 6B, 9B and DA. RGB value is (107,155,218). Sum of RGB (Red+Green+Blue) = 107+155+218=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B9BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9BDA is #946425. Grayscale: #939393. Windows color (decimal): -9724966 or 14326635. OLE color: 14326635.

HSL color Cylindrical-coordinate representation of color #6B9BDA: hue angle of 214.05º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B9BDA is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 155 218 -
CMYK 0.51 0.29 0 0.15
HSL 214.05º 0.6% 0.64% -
HSV(B) 214.05º 0.51% 0.85% -
XYZ 30.44 31.63 70.83 -
YUV 147.83 167.6 98.88 -
System Red Green Blue C M Y K H S L
Decimal 107 155 218 0.51 0.29 0 0.15 214.05 0.6 0.64
Hex 6B 9B DA 33 1D 0 F D6 3C 40
Octal 153 233 332 63 35 0 17 326 74 100
Binary 1101011 10011011 11011010 110011 11101 0 1111 11010110 111100 1000000

Color Harmonies of #6B9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9BDA

Black with #6B9BDA

Text Example


Text Example

White with #6B9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,155,218); }

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

background-color css

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

 a { background-color: rgb(107,155,218); }

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

border-color css

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

 span { border-color: rgb(107,155,218); }

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